From c5511b1e838072e73dbfab3d6929e07ca19cde7e Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 4 Oct 2009 01:34:37 +0000 Subject: [PATCH] Don't output center column in mkchanges any more. --- gpsbabel/tools/mkchanges | 1 - 1 file changed, 1 deletion(-) diff --git a/gpsbabel/tools/mkchanges b/gpsbabel/tools/mkchanges index 3ef2c933c..12db347d5 100644 --- a/gpsbabel/tools/mkchanges +++ b/gpsbabel/tools/mkchanges @@ -6,7 +6,6 @@ cvsps $* | awk ' split($0, dte, " "); printf "\n%s", dte[2]; - printf "" } /^Log:/ { gsub("^Log:", ""); inlog = 1 } /^Members:/ {printf "%s", logt ; inlog = 0; } -- 2.30.2